home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
- <plist version="0.9">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>pnotes</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>PocketNotes Document</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>PNT2</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>NSDocumentClass</key>
- <string>PToDoDocument</string>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>pnskin</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>PocketNotes Skin</string>
- <key>CFBundleTypeOSTypes</key>
- <array>
- <string>PNT2</string>
- </array>
- <key>CFBundleTypeRole</key>
- <string>None</string>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>PocketNotes</string>
- <key>CFBundleIconFile</key>
- <string>PocketNotes.icns</string>
- <key>CFBundleIdentifier</key>
- <string>com.pocketSW.PocketNotes</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>PNTS</string>
- <key>CFBundleVersion</key>
- <string>1.0b1</string>
- <key>NSMainNibFile</key>
- <string>MainMenu</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- </dict>
- </plist>
-